home *** CD-ROM | disk | FTP | other *** search
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition="'$(Configuration)'==''">Debug</Configuration>
- <DefaultClrNameSpace>PhotoBook</DefaultClrNameSpace>
- <AssemblyName>PhotoBook</AssemblyName>
- <OutputPath>bin\$(Configuration)\</OutputPath>
- <ApplicationVersion>1.0.0.*</ApplicationVersion>
- <ApplicationRevision>0</ApplicationRevision>
- <AlwaysCompileMarkupFilesInSeparateDomain>false</AlwaysCompileMarkupFilesInSeparateDomain>
- <OutputType>WinExe</OutputType>
- <RootNamespace>PhotoBook</RootNamespace>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ProjectGuid>{C8FD479C-8AC5-46D7-98D8-CAF022D89102}</ProjectGuid>
- <Win32Resource>Resources.res</Win32Resource>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
- <ItemGroup>
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="System" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- <ApplicationDefinition Include="App.xaml" />
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- </Compile>
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="ImageCollection.cs" />
- <Compile Include="PhotoBook.xaml.cs">
- <DependentUpon>PhotoBook.xaml</DependentUpon>
- </Compile>
- <Compile Include="Book.xaml.cs">
- <DependentUpon>Book.xaml</DependentUpon>
- </Compile>
- <Page Include="PhotoBook.xaml" />
- <Page Include="Book.xaml" />
- <Resource Include="Assets\blend.png" />
- <Resource Include="Assets\shadowPageLeft.png" />
- <Resource Include="Assets\shadowPageRight.png" />
- <Resource Include="Assets\splash.png" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Sample_Photos\page01.JPG">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page02.JPG">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page03.JPG">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page04.JPG">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page05.JPG">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page06.JPG">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page07.JPG">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page08.JPG">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page09.JPG">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page10.JPG">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page11.JPG">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page12.jpg">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page13.jpg">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page14.jpg">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Sample_Photos\page15.jpg">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- </Project>